←Select platform

FindStudies(string,List<StudyInfo>) Method

Summary

Finds all studies that match the specified search criteria.

Syntax
C#
C++/CLI
public ControllerReturnCode FindStudies( 
   string patientId, 
   List<StudyInfo> studies 
) 
public:  
   ControllerReturnCode^ FindStudies( 
      String^ patientId, 
      System::Collections::Generic::List<Leadtools::Medical::WebViewer::ExternalControl::StudyInfo^>^ studies 
   ) 

Parameters

patientId

The ID of the patient for which to search.

studies

List of StudyInfo objects that will be updated with the results of the search.

Return Value

A ControllerReturnCode value indicating the results of the search.

Requirements

Target Platforms

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.WebViewer.ExternalControl Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.